Searches for a that matches the specified type TTarget, and returns the first occurrence within the entire collection.
Overload List
Overload | Description |
Find<TTarget>() | Searches for a that matches the specified type TTarget, and returns the first occurrence within the entire collection. |
Find<TTarget>(Predicate<TTarget>) | Searches for a that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the first occurrence within the entire collection. |
See Also